2022 iThome 鐵人賽
分享至
ubuntu22.04command:參考url:https://medium.com/beeranddiapers/installing-scala-on-ubuntu-7a4b14d26bdc
object HelloWorld
{
def main(args: Array[String])
println("Hello World!")
}
結果和步驟截圖
https://linuxhint.com/scala-hello-world/
IT邦幫忙